learning Arduino for beginners EP#21 DHT11 and DHT22 temp and humidity sensor

In this episode we will take a look at how you can use the dht11 or dht22 temperature and humidity sensor with your Arduino board..       ARDUINO Code: #include <SimpleDHT.h> #define pinDHT11 6 //data pin SimpleDHT11 dht11; void … Continue reading learning Arduino for beginners EP#21 DHT11 and DHT22 temp and humidity sensor